Get Config Secure Text
The "Get Config Secure Text" activity in AutomatR is designed to securely retrieve sensitive information, such as passwords or API keys, stored in a configuration file. This activity enhances the security of automation processes by allowing the secure retrieval of confidential data without exposing it in the workflow.
| Name | Description |
|---|---|
| Input | |
| Configuration Key | Specifies the key associated with the secure text in the configuration file. Supports a string variable. |
| Misc | |
| Display Name | This property allows you to customize the display name of the activity within the workflow. |
| Optional | |
| Delay | Specifies a delay (in seconds) before executing the activity, providing flexibility in the timing of the workflow. Supports an Int32 variable. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
| Output | |
| Secure Password | Captures the secure text (password) retrieved from the configuration file. It supports a SecureString variable, ensuring that the sensitive information is handled securely within the automation process. |
Effectively configuring these properties allows for the secure retrieval of sensitive information from a configuration file, enhancing the security of your AutomatR automation processes. The use of SecureString ensures that confidential data remains protected throughout the workflow execution.